home *** CD-ROM | disk | FTP | other *** search
- Forthmacs Hints
-
- To get a list of Forth words: words
-
- To find out what a Forth word does: whatis <wordname>
-
- To see how a word is implemented: see <wordname>
-
- To get more Forthmacs documentation: Read the file COPYING
-
- To learn Forth: Read "Mastering Forth" by Martin Tracy and Anita Anderson
-
- To edit a file: Use the Emacs editor. The file TUTORIAL.TXT tells how.
- Forthmacs can use files made by most editors.
-
- To display a file: more <filename>
-
- To load a source file: fload <filename>
-
- To save an executable image: "" forth.tos splice-relocation
- "" newfile.tos save-rel
-
- To find out what is on this disk: Read the file FILES.LST
-